home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / mx / core / IPropertyChangeNotifier.as < prev    next >
Text File  |  2009-02-12  |  167b  |  10 lines

  1. package mx.core
  2. {
  3.    import flash.events.IEventDispatcher;
  4.    
  5.    public interface IPropertyChangeNotifier extends IEventDispatcher, IUID
  6.    {
  7.        
  8.    }
  9. }
  10.